home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / cat.arc / CAT.DOC next >
Text File  |  1987-08-24  |  1KB  |  19 lines

  1. Here is a utility to print, view, and copy files.  It is similar to
  2. Braner's print.ttp, but has some different features.  You can print a
  3. file, in which case it adds a header with the filename and time (if
  4. legit) and pagination.  Optionally you can initialize a C. Itoh 8510
  5. ProWriter to respect tabs.  You can also show on the screen.  The
  6. advantage of using cat is that it will add the carriage returns if the
  7. file has just line feeds, and it will expand 1st-Word spaces to real
  8. ones.  It also has a print-to-file feature so that you can convert a
  9. 1st-Word document to straight ASCII format (or, of course, you can use
  10. first word and Braner's BARREL utility to print to disk).
  11.  
  12. Source code in TDI Modula-2 is included.  The large size is kind of
  13. upsetting (I optimized the linker, which reduces it some).  Any hints on
  14. shrinking M2 programs would be appreciated.  I also plan to create an
  15. accessory version, but am having trouble keeping the windows straight.
  16. Sample programs in M2 which use GEM windows in an accessory would be
  17. appreciated, since I'm having trouble with TDI's marginal documentation.
  18.  
  19.